home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / Nuntius / FastBits.h < prev    next >
Encoding:
Text File  |  1994-02-20  |  436 b   |  17 lines  |  [TEXT/MPS ]

  1. // Copyright © 1992 Peter Speck, speck@dat.ruc.dk. All rights reserved.
  2. // FastBits.h
  3.  
  4. #define __FASTBITS__
  5.  
  6. struct SicnFastBits
  7. {
  8.     Ptr fBits;
  9.     short fRsrcID;
  10. };
  11.  
  12. void InitUFastBits();
  13. void InitializeSicnFastBits(SicnFastBits &sicnFastBits);
  14. void GetNewSicnFastBits(SicnFastBits &fb, short id);
  15. void DisposeSicnFastBits(SicnFastBits &fb);
  16. void DrawSicnFastBits(BitMap *portBitsP, const SicnFastBits &fb, CRect srcRect, CRect destRect);
  17.